projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff092a
)
Use G_PI rather than M_PI
author
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 09:59:26 +0000
(11:59 +0200)
committer
Hans Breuer
<hans@breuer.org>
Sat, 4 Jul 2009 10:19:08 +0000
(12:19 +0200)
gtk/gtkprintoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.c
b/gtk/gtkprintoperation.c
index 966417b22f920cf26daf1dc2b01bfd6319551f20..f3ebd85af319ef788583c4686e12a303cf3577ab 100644
(file)
--- a/
gtk/gtkprintoperation.c
+++ b/
gtk/gtkprintoperation.c
@@
-2437,7
+2437,7
@@
common_render_page (GtkPrintOperation *op,
if (priv->manual_scale != 1.0)
cairo_scale (cr, priv->manual_scale, priv->manual_scale);
- cairo_rotate (cr, -
M
_PI / 2);
+ cairo_rotate (cr, -
G
_PI / 2);
}
}
else